Vcenter Deployment HistoryMigrationSpec
The Vcenter Deployment HistoryMigrationSpec enumerated type defines how vCenter history data will be migrated. vCenter History data includes
- Statistics
- Events
- Tasks
This schema was added in vSphere API 6.7.
{
"data_set": "string",
"defer_import": false
}
Defines what part of vCenter historical data will be migrated along with core data.
For more information see: Vcenter Deployment HistoryMigrationOption.
This property was added in vSphere API 6.7.
Defines how vCenter history will be migrated. If set to true, vCenter history will be migrated separately after successful upgrade(supported scenarios are upgrade from 6.0 or 6.5 to 6.7) or migration, otherwise it will be migrated along with core data during the upgrade or migration process. vCSA upgrade with deferred import is no longer supported for target version 7.0 and later.
This property was added in vSphere API 6.7.
If missing or null
, vCenter historical data won't be deferred and will be migrated along with core data.